<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------------------------------------



    CSS INDEX
    ===================

    1. Theme default css
    2. header
    3. heading
    4. slider
    5. btn
    6. features
    7. breadcrumb
    8. shop
    9. cta
    10. gallery
    11. work
    12. testimonial
    13. blog
    14. footer
    15. banner
    16. counter
    17. about
    18. contact
    19. history
    20. team
    21. faq

-----------------------------------------------------------------------------------*/
/* 2. header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.4s;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
}

.menu-01.sticky {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-01.sticky {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .menu-01.sticky {
    padding-top: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-1.sticky {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .menu-1.sticky {
    padding-top: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-1 {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .menu-1 {
    padding-top: 12px;
  }
}

.menu-2.sticky {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-2.sticky {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .menu-2.sticky {
    padding-top: 12px;
  }
}

.menu-3.sticky {
  padding-top: 0;
  background: #223c50;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-3.sticky {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .menu-3.sticky {
    padding-top: 12px;
  }
}

.pos-rel {
  position: relative;
}

.header-top-wrapper {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .header-top-info {
    text-align: center;
    margin-bottom: 10px;
  }
}
.header-top-info span {
  color: #b0bcc6;
  font-size: 13px;
  font-weight: 40;
  margin-right: 23px;
}
@media (max-width: 767px) {
  .header-top-info span {
    margin-right: 0;
  }
}
.header-top-info span i {
  color: #80c627;
  margin-right: 6px;
}
.header-top-info span:last-child {
  margin-right: 0;
}

.header-icon {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .header-icon {
    float: none;
    text-align: center;
    padding-top: 0;
  }
}
.header-icon a {
  color: #b0bcc6;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  margin-right: 13px;
  transition: 0.3s;
}
.header-icon a:hover {
  color: #e2321a;
}
.header-icon a:last-child {
  margin-right: 0;
}

.header-search {
  overflow: hidden;
  margin-right: 34px;
}

.header-search-form {
  position: relative;
}
.header-search-form input {
  background: #e2321a;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  height: 35px;
  padding-left: 20px;
  width: 145px;
  border-radius: 30px;
  position: relative;
}

.header-search-form input::-moz-placeholder {
  color: #ffffff;
  font-size: 13px;
}

.header-search-form input::placeholder {
  color: #ffffff;
  font-size: 13px;
}

.header-search-form button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 9px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.header-lang {
  padding: 17px 5px 8px 0;
  display: inline-block;
}

.height-60 {
  height: 65px;
}

.lang-icon &gt; a {
  font-size: 14px;
  color: #7a8fa0;
  margin-left: 5px;
  font-weight: 500;
}

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #e2321a;
  transition: 0.4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}
.header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}
.header-lang-list li a:hover {
  color: #e2321a;
}

.menu-bar {
  float: right;
  cursor: pointer;
  margin-left: 45px;
  margin-top: 28px;
  background: #80c627;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0px 8px 16px 0px rgba(128, 198, 39, 0.3);
}
.menu-bar span {
  display: block;
  margin: 3px 0;
  transition: 0.3s;
  float: right;
}

.menu-bar:hover span {
  width: 100%;
}

.bar1 {
  width: 20px;
  background: #ffffff;
  height: 2px;
}

.bar2 {
  width: 100%;
  background: #ffffff;
  height: 2px;
}

.menu-bar .bar3 {
  width: 20px;
  background: #ffffff;
  height: 2px;
  margin-left: auto;
}

/* extra info */
.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}

.extra-info.info-open {
  transform: translateX(0);
}

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon &gt; button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #e2321a;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info &gt; p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.instagram img {
  width: 100%;
}

.social-icon-right &gt; a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right &gt; a:hover {
  color: #e2321a;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram &gt; a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.side-menu ul li:hover a {
  color: #e2321a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mail-header-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .mail-header-icon {
    display: none;
  }
}

.header-right .header-icon {
  margin-top: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-right .header-icon {
    display: none;
  }
}
.header-right .header-icon a {
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}
.header-right .header-icon a:hover {
  color: #e2321a;
}

.header-right .header-lang {
  padding: 10px 23px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-left: 28px;
}

.header-right .lang-icon &gt; a {
  color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-top-button a.c-btn {
    padding: 23px 3px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top-button a.c-btn {
    padding: 23px 2px;
  }
}

/* menu */
.menu-01 {
  padding-top: 15px;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  display: block;
  font-size: 14px;
  padding: 44px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  color: #7b8e9d;
  font-weight: 500;
}
.main-menu ul li a i {
  font-size: 17px;
  position: relative;
  left: 3px;
  top: 3px;
}
.main-menu ul li.active &gt; a {
  color: #112433;
}
.main-menu ul li:hover &gt; a {
  color: #112433;
}

.main-menu &gt; nav &gt; ul &gt; li &gt; a::before {
  background: #112433;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 34px;
  width: 0;
  transition: 0.5s;
}

.main-menu &gt; nav &gt; ul &gt; li:hover &gt; a::before, .main-menu &gt; nav &gt; ul &gt; li.active &gt; a::before {
  width: 15px;
}

.menu-2 {
  padding-right: 55px;
  padding-left: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .menu-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.menu-2 .main-menu ul li {
  margin-right: 53px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-2 .main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-2 .main-menu ul li {
    margin-right: 30px;
  }
}
.menu-2 .main-menu ul li:last-child {
  margin-right: 0;
}

.menu-2 .main-menu ul li a {
  display: block;
  font-size: 17px;
  color: #12263E;
  transition: 0.3s;
}

.menu-2 .main-menu nav &gt; ul &gt; li:hover &gt; a, .menu-2 .main-menu nav &gt; ul &gt; li.active &gt; a {
  color: #e2321a;
}

.menu-2 .main-menu &gt; nav &gt; ul &gt; li &gt; a::before {
  display: none;
}

.menu-3 {
  padding-right: 110px;
  padding-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .menu-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.menu-3 .main-menu ul li {
  margin-right: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-3 .main-menu ul li {
    margin-right: 26px;
  }
}
.menu-3 .main-menu ul li:last-child {
  margin-right: 0;
}

.menu-3 .main-menu ul li a {
  display: block;
  font-size: 17px;
  color: #ffffff;
  transition: 0.3s;
}

.menu-3 .main-menu nav &gt; ul &gt; li:hover &gt; a, .menu-3 .main-menu nav &gt; ul &gt; li.active &gt; a {
  color: #e2321a;
}

.menu-3 .main-menu &gt; nav &gt; ul &gt; li &gt; a::before {
  display: none;
}

/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  border-bottom: 3px solid #e2321a;
  text-align: left;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
  font-size: 400;
}
.main-menu ul li .sub-menu li a:hover {
  color: #e2321a;
}
.main-menu ul li:hover &gt; .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* 3. heading */
.section-title {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
  font-weight: 500;
}
.section-title h2 &gt; span {
  color: #e2321a;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 34px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 42px;
  }
}
.section-title p {
  margin-top: 17px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-title p {
    margin-right: 0;
  }
}

.white-title h2 {
  color: #ffffff;
}
.white-title h2 span {
  color: #ffffff;
}
.white-title p {
  color: #ffffff;
}

.white-2-title h5 {
  color: #ffffff;
}
.white-2-title h5 span {
  background: #ffffff;
}
.white-2-title h2 {
  color: #ffffff;
}

/* 4. slider */
.slider-height {
  min-height: 935px;
  background-position: center top;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-height {
    min-height: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-height {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .slider-height {
    min-height: 450px;
  }
}

.slider-2-height {
  min-height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-2-height {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-2-height {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-2-height {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .slider-2-height {
    min-height: 550px;
  }
}

.shape-item {
  position: absolute;
}

.slider-01 {
  top: 29%;
  left: 13%;
}

.slider-02 {
  bottom: -17%;
  left: 5%;
  z-index: 1;
}

.slider-03 {
  top: 25%;
  left: 2%;
  z-index: 1;
}

.slider-04 {
  top: 0;
  right: 13%;
  z-index: 1;
}

.slider-05 {
  bottom: 23%;
  right: 2%;
  z-index: 1;
}

.single-slider {
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-text {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    margin-top: 55px;
  }
}

.hero-slider-caption h2 {
  font-size: 90px;
  margin-bottom: 50px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.hero-slider-caption h2 span {
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-caption h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-caption h2 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  .hero-slider-caption h2 {
    font-size: 33px;
  }
}

.slider-img {
  position: absolute;
  right: -60px;
  z-index: 1;
  bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-img {
    width: 750px;
    bottom: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-img {
    width: 58%;
    bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-img {
    display: none;
  }
}

.hero-slider-content span {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #e2321a;
}
@media (max-width: 767px) {
  .hero-slider-content span {
    font-size: 13px;
  }
}
.hero-slider-content h2 {
  font-size: 120px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-content h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content h2 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  .hero-slider-content h2 {
    font-size: 33px;
  }
}
.hero-slider-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #12263E;
  margin-right: 50px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .hero-slider-content p {
    font-size: 16px;
    margin-right: 0;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.hero-slider-content-02 h2 {
  font-size: 150px;
  letter-spacing: -0.3px;
  line-height: 1;
  margin-bottom: 48px;
  color: #ffffff;
  font-family: "kaushan";
  font-style: italic;
}
.hero-slider-content-02 h2 span {
  color: #ff7a00;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-content-02 h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-02 h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-slider-content-02 h2 {
    font-size: 40px;
  }
}

.sl-shape {
  position: absolute;
  right: 0;
  bottom: -153px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sl-shape {
    width: 42%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sl-shape {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sl-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .sl-shape {
    display: none;
  }
}

.slider-price {
  position: absolute;
  background-color: #cfd8b9;
  height: 145px;
  width: 145px;
  right: 600px;
  text-align: center;
  border-radius: 50% 50% 0 50%;
  z-index: 1;
  top: 144px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-price {
    top: 28%;
    right: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-price {
    top: 28%;
    right: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-price {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-price {
    display: none;
  }
}
.slider-price h2 {
  line-height: 1;
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 0;
  line-height: 145px;
}
.slider-price h2 span {
  font-size: 24px;
}

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  font-size: 18px;
  padding: 0;
  color: #10111e;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  background: #ecf1df;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-active button.slick-arrow {
    left: 0;
  }
}
.slider-active button.slick-next {
  left: auto;
  right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-active button.slick-next {
    right: 20px;
  }
}
.slider-active:hover button.slick-prev {
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-active:hover button.slick-prev {
    left: 20px;
  }
}
.slider-active:hover button.slick-next {
  right: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-active:hover button.slick-next {
    right: 20px;
  }
}
.slider-active:hover button {
  opacity: 1;
  visibility: visible;
}

.slider-active button:hover {
  background: #e2321a;
  color: #ffffff;
}

/* 5. btn */
.c-btn {
  backface-visibility: hidden;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 23px 24px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  background: #e2321a;
  font-weight: 500;
  text-transform: uppercase;
}
.c-btn span {
  height: 2px;
  width: 15px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 16px;
}
.c-btn:hover {
  color: #ffffff;
  background: #80c627;
}

.s-btn {
  padding: 16px 15px;
}
.s-btn span {
  margin: 0 9px;
  width: 10px;
}

.gray-btn {
  padding: 16px 15px;
  color: #112433;
  background: #ecf1df;
  transition: 0.3s;
}
.gray-btn span {
  margin: 0 9px;
  width: 10px;
  background: #112433;
  transition: 0.3s;
}
.gray-btn:hover {
  background: #e2321a;
}
.gray-btn:hover span {
  background: #ffffff;
}

.border-btn {
  color: #80c627;
  background: none;
  transition: 0.3s;
  border: 2px solid #80c627;
}
.border-btn span {
  background: #80c627;
  transition: 0.3s;
}
.border-btn:hover {
  background: #80c627;
  border-color: #80c627;
}
.border-btn:hover span {
  background: #ffffff;
}

.c-border-btn {
  color: #6f7267;
  background: none;
  transition: 0.3s;
  border: 2px solid #6f7267;
  margin-left: 8px;
  padding: 21px 18px;
}
@media (max-width: 767px) {
  .c-border-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.c-border-btn &gt; span {
  background: #6f7267;
  transition: 0.3s;
}
.c-border-btn:hover {
  background: #e2321a;
  border-color: #e2321a;
}
.c-border-btn:hover &gt; span {
  background: #ffffff;
}

.olive-btn {
  background: #5c6d27;
  transition: 0.3s;
}
.olive-btn:hover {
  background: #e2321a;
}

.green-btn {
  background: #80c627;
  transition: 0.3s;
}
.green-btn:hover {
  background: #e2321a;
}

.black-btn {
  background: #12263E;
  transition: 0.3s;
}
.black-btn:hover {
  background: #e2321a;
}

button {
  transition: 0.3s;
}

.b-button {
  display: inline-block;
}
.b-button &gt; a {
  font-size: 13px;
  color: #7b8e9d;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
.b-button &gt; a::before {
  position: absolute;
  content: "";
  background: #7b8e9d;
  height: 2px;
  width: 40px;
  bottom: -3px;
  transition: 0.3s;
}
.b-button &gt; a:hover {
  color: #e2321a;
}

.b-button a:hover::before {
  background: #e2321a;
  width: 100%;
}

.black-b-button &gt; a {
  color: #12263E;
}
.black-b-button &gt; a::before {
  background: #12263E;
}
.black-b-button &gt; a:hover {
  color: #e2321a;
}

.black-b-button a:hover::before {
  background: #e2321a;
  width: 100%;
}

/* 6. features */
.features-wrapper {
  padding: 0 14px;
}

.features-img {
  margin-bottom: 33px;
  transition: 0.3s;
}

.features-wrapper:hover .features-img {
  transform: translateY(-6px);
}

.features-text h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.features-text p {
  margin-bottom: 25px;
}

.fe-01 {
  top: -4%;
  left: 3%;
}

.fe-02 {
  top: 13%;
  right: 4%;
}

.fe-03 {
  bottom: 3%;
  left: 2%;
}

.fe-04 {
  bottom: 1%;
  right: 0;
}

.features-02-wrapper {
  border: 2px solid #e4e8da;
  transition: 0.3s;
  padding: 30px 10px 23px;
}
.features-02-wrapper:hover {
  border-color: #80c627;
}

.features-02-img {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  background: #ecf1df;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.features-02-text h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 13px;
  letter-spacing: -0.3px;
}

.features-02-icon a {
  font-size: 18px;
  color: #12263E;
  transition: 0.3s;
  display: inline-block;
}
.features-02-icon a:hover {
  color: #80c627;
}

.products-features-wrapper {
  margin-top: 119px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-features-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-features-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .products-features-wrapper {
    margin-top: 0;
  }
}

.products-features-02-wrapper {
  margin-top: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-features-02-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-features-02-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .products-features-02-wrapper {
    margin-top: 0;
  }
}

.products-features-img {
  margin-left: -250px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-features-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-features-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .products-features-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-features-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-features-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .products-features-img img {
    width: 100%;
  }
}

.products-fea-link ul li {
  padding-bottom: 29px;
}
.products-fea-link ul li:last-child {
  padding-bottom: 0;
}

.products-fe-icon {
  margin-right: 20px;
  position: relative;
  top: 5px;
}
.products-fe-icon i {
  font-size: 24px;
  color: #80c627;
}

.features-fe-text {
  overflow: hidden;
}
.features-fe-text h3 {
  font-size: 24px;
  font-weight: 400;
}
.features-fe-text p {
  margin-bottom: 0;
  margin-right: 50px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-fe-text p {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-fe-text p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .features-fe-text p {
    margin-right: 0;
  }
}

.features-03-wrapper {
  padding: 50px 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-03-wrapper {
    padding: 50px 25px;
  }
}
.features-03-wrapper:hover {
  transform: translateY(-10px);
}

.features-03-icon {
  background: #ecf1df;
 
  text-align: center;
 
}

.features-03-text h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.features-03-text p {
  margin-bottom: 4px; font-size:14px;
}

.products-02-features-img {
  overflow: hidden;
}
.products-02-features-img img {
  width: 100%;
  transition: 0.3s;
}
.products-02-features-img img:hover {
  transform: scale(1.1);
}

.special-features-img {
  overflow: hidden;
}
.special-features-img img {
  width: 100%;
  transition: 0.3s;
}

.special-features:hover .special-features-img img {
  transform: scale(1.1);
}

.special-features-icon {
  background: #ffffff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(221, 221, 221, 0.78);
  margin: auto;
}

.special-features-text {
  margin-top: -43px;
  z-index: 9;
  position: relative;
}
.special-features-text h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 31px;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.special-features-text p {
  margin-bottom: 12px;
}
.special-features-text a {
  color: #7b8e9d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.special-features-text a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 45px;
  background: #7b8e9d;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
  transition: 0.3s;
}
.special-features-text a:hover {
  color: #e2321a;
}
.special-features-text a:hover::before {
  width: 100%;
  background: #e2321a;
}

.choose-us-wrapper {
  display: flex;
}

.choose-icon {
  margin-right: 25px;
  position: relative;
  top: 4px;
}
.choose-icon i {
  font-size: 46px;
  line-height: 1;
}

.color-1 {
  color: #e2321a;
}

.color-2 {
  color: #80c627;
}

.color-3 {
  color: #ff8d24;
}

.color-4 {
  color: #ff8dc1;
}

.color-5 {
  color: #4286f3;
}

.choose-text h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.choose-text p {
  margin-bottom: 10px;
}

.choose-list {
  margin-bottom: 33px;
}
.choose-list ul li {
  font-size: 15px;
  color: #12263E;
  padding-bottom: 12px;
  padding-left: 26px;
  position: relative;
  font-weight: 400;
}
.choose-list ul li:last-child {
  padding-bottom: 0;
}
.choose-list ul li::before {
  position: absolute;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  color: #80c627;
}

.services-sidebar {
  border: 2px solid #ececec;
  padding: 42px 60px 40px 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-sidebar {
    padding: 42px 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .services-sidebar {
    padding: 42px 30px 40px 30px;
  }
}

.sidebar-border {
  border: none;
}

.services-sidebar-img img {
  width: 100%;
}

.services-title h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 17px;
}
.services-title h3 i {
  color: #e2321a;
  font-size: 21px;
  padding-right: 5px;
}

.services-link-sidebar ul li {
  border-bottom: 2px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
.services-link-sidebar ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.services-link-sidebar ul li a {
  color: #12263E;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
}
.services-link-sidebar ul li a i {
  color: #80c627;
  padding-right: 5px;
}
.services-link-sidebar ul li a:hover {
  color: #80c627;
}

.services-details-img img {
  width: 100%;
}

.services-details-text h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.6px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-details-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-details-text h2 {
    font-size: 32px;
  }
}
.services-details-text h2 i {
  color: #e2321a;
}
.services-details-text p {
  margin-bottom: 0;
  line-height: 28px;
}

.services-list {
  margin-bottom: 0;
}
.services-list ul li {
  font-size: 18px;
}

.product-box-img {
  overflow: hidden;
}
.product-box-img img {
  width: 100%;
  transition: 0.3s;
}

.product-box-wrapper:hover .product-box-img img {
  transform: scale(1.1);
}

.product-box-text {
  background: #ffffff;
  margin-left: 22px;
  margin-right: 22px;
  padding: 30px 30px 23px;
  margin-top: -30px;
  z-index: 99;
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-box-text {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 20px 23px;
  }
}
.product-box-text h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  margin-top: 25px;
}
.product-box-text p {
  margin-bottom: 12px;
}
.product-box-text a {
  color: #7b8e9d;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  transition: 0.3s;
}
.product-box-text a:hover {
  color: #e2321a;
}

/* 7. breadcrumb */
.breadcrumb-area {
  background-size: cover;
  background-position: cover;
}

.breadcrumb-text h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 600;
  font-style: italic;
  font-family: "kaushan";
  letter-spacing: -0.3px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .breadcrumb-text h1 {
    font-size: 45px;
  }
}

.breadcrumb-menu {
  background: #12263E;
  display: inline-block;
  padding: 20px 47px;
  transform: translateY(32px);
 
  border-radius: 30px;
}
@media (max-width: 767px) {
  .breadcrumb-menu {
    padding: 20px 10px;
  }
}
.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 19px;
}
.breadcrumb-menu li::before {
  content: "";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: -5px;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-size: 18px;
}
.breadcrumb-menu li:first-child::before {
  display: none;
}
.breadcrumb-menu li a {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb-menu li a {
    font-size: 16px;
  }
}
.breadcrumb-menu li span {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb-menu li span {
    font-size: 16px;
  }
}

/* 8. shop */
.shop-wrapper {
  padding: 50px 30px;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 10px;
}
.shop-wrapper:hover {
  border-color: #e7e7e7;
}

.shop-img {
  position: relative;
}
.shop-img img {
  transition: 0.3s;
}

.shop-wrapper:hover .shop-img img {
  opacity: 0.2;
}

.product-action {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.product-action a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #112433;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  transition: 0.3s;
  margin: 0 3px;
}
.product-action a:hover {
  background: #80c627;
}

.shop-wrapper:hover .product-action {
  opacity: 1;
  bottom: 8px;
}

.new {
  background: #80c627;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 25px;
  text-align: center;
  text-transform: capitalize;
  top: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.shop-text {
  margin-top: 34px;
}
.shop-text h4 {
  letter-spacing: -0.3px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}
.shop-text h4 {
  transition: 0.3s;
}
.shop-text h4:hover {
  color: #e2321a;
}

.shop-price span {
  color: #e2321a;
  font-size: 16px;
  font-weight: 500;
}

.product-button {
  margin-top: 21px;
}

.shop-02-wrapper {
  border: none;
  transition: 0.3s;
}
.shop-02-wrapper:hover {
  background: #ffffff;
}

.shop-01 {
  top: 9%;
  left: 0;
}

.shop-02 {
  bottom: 13%;
  left: 4%;
}

.shop-03 {
  top: 13%;
  right: 4%;
}

.shop-04 {
  bottom: 10%;
  right: 4%;
}

.shop-03-wrapper {
  border: 1px solid #e7e7e7;
  transition: 0.3s;
}
.shop-03-wrapper:hover {
  border: 1px solid #e7e7e7;
}

.deal-product-content {
  position: absolute;
  bottom: 186px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-product-content {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .deal-product-content {
    bottom: 320px;
  }
}
.deal-product-content h2 {
  font-size: 550px;
  color: #12263E;
  opacity: 0.1;
  font-style: italic;
  font-family: "kaushan";
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .deal-product-content h2 {
    font-size: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-product-content h2 {
    font-size: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-product-content h2 {
    font-size: 250px;
  }
}
@media (max-width: 767px) {
  .deal-product-content h2 {
    font-size: 110px;
  }
}

.deal-tag {
  position: absolute;
  top: 85px;
  background: #f38a0b;
  height: 245px;
  width: 245px;
  border-radius: 50%;
  line-height: 245px;
  left: 12px;
}
@media (max-width: 767px) {
  .deal-tag {
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: 0;
  }
}
.deal-tag h2 {
  font-size: 100px;
  font-family: "kaushan";
  line-height: 0.9;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding-top: 56px;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .deal-tag h2 {
    font-size: 40px;
    padding-top: 17px;
  }
}

.deal-count {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .deal-count {
    margin-top: 50px;
  }
}

.deal-count .time-count {
  color: #e2321a;
  display: inline-block;
  font-size: 150px;
  line-height: 0.8;
  font-weight: 600;
  margin-right: 75px;
  text-align: center;
  font-style: italic;
  font-family: "kaushan";
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-count .time-count {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-count .time-count {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .deal-count .time-count {
    font-size: 50px;
    margin-right: 30px;
    margin-top: 20px;
  }
}

.deal-count .time-count:last-child {
  margin-right: 0;
}

.time-count &gt; span {
  display: block;
  font-size: 70px;
  text-transform: capitalize;
  font-weight: 400;
  color: #12263E;
  font-style: italic;
  font-family: "kaushan";
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .time-count &gt; span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-count &gt; span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .time-count &gt; span {
    font-size: 40px;
  }
}

.deal-time .time-count:nth-child(2) {
  color: #80c627;
}

.deal-time .time-count:nth-child(3) {
  color: #ff7a00;
}

.deal-time .time-count:nth-child(4) {
  color: #00bbff;
}

.deal-01 {
  top: 15%;
  left: 8%;
}

.deal-02 {
  top: 24%;
  right: 9%;
}

.product-showing p {
  margin: 0;
  border: 2px solid #f2f2f2;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #747691;
}

@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}
.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}
.pro-filter select {
  border: 2px solid #f2f2f2;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}

.pro-filter::before {
  content: "";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.product-details-img {
  margin-left: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-large-img img {
  width: 100%;
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: #e2321a;
  font-size: 20px;
  font-weight: 300;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #6666;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #12263E;
}
.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.product-cat a:hover {
  color: #e2321a;
}

.product__img img {
  width: 100%;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #12263E;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}
.product-social a:hover {
  background: #e2321a;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}
@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #e2321a;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
}
.action-btn:hover {
  background: #e2321a;
  color: #ffffff;
}

.product-action-list a {
  float: left;
}
@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 53px;
  width: 100px;
  border: 2px solid #666;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 30px;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td, .additional-info .table th {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400;
}

.product-details-action form .c-btn {
  border: none;
  padding: 22px 40px;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #666;
  display: block;
}
.shop-cat a i {
  font-size: 100px;
  color: #e2321a;
  margin-bottom: 30px;
  transition: 0.3s;
}
.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  letter-spacing: 1px;
}
.shop-cat a:hover {
  background: #e2321a;
  border-color: #e2321a;
}
.shop-cat a:hover i {
  color: #ffffff;
}
.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.tab-menu li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .tab-menu li {
    margin-bottom: 20px;
  }
}
.tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 45px;
  border-radius: 30px;
  line-height: 1;
}
.tab-menu li a.active {
  color: #ffffff;
  background: #e2321a;
}

.tab-menu ul {
  border-bottom: 2px solid #e1e1e1;
}
.tab-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .tab-menu ul li a {
    padding: 0 10px;
  }
}
.tab-menu ul li a.active {
  color: #100d1c;
}
.tab-menu ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #e2321a;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tab-menu ul li a.active:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-menu ul li a.active:before {
    display: block;
  }
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
  margin-right: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .bakix-details-tab ul {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bakix-details-tab ul {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .bakix-details-tab ul {
    margin-right: 0;
  }
}
.bakix-details-tab ul li a {
  font-size: 24px;
  font-weight: 400;
  color: #12263E;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}
.bakix-details-tab ul li a.active {
  color: #e2321a;
}
.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #e2321a;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

.shop-thumb-tab {
  width: 166px;
  float: left;
}
@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}
.shop-thumb-tab ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}
.shop-thumb-tab ul li a {
  padding: 0;
}
.shop-thumb-tab ul li img {
  width: 100%;
}

.product-details-img {
  margin-left: 188px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-large-img img {
  width: 100%;
}

.product-details-action .btn {
  padding: 20px 40px;
}

/* 9. cart */
.cta-area {
  background-size: cover;
  background-position: center center;
}

.cta-text span {
  color: #112433;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cta-text span {
    font-size: 15px;
  }
}
.cta-text h2 {
  font-size: 65px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 26px;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-text h2 {
    font-size: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-text h2 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  .cta-text h2 {
    font-size: 38px;
  }
}

.cta-img {
  position: absolute;
  right: 14%;
  top: -10%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-img {
    right: 5%;
    top: 12%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-img {
    right: 2%;
    top: 18%;
    width: 37%;
  }
}
@media (max-width: 767px) {
  .cta-img {
    display: none;
  }
}

.cta-01 {
  top: 30%;
  right: 2%;
}

.order-area {
  background-size: cover;
  background-position: center center;
}

.order-white-text {
  margin-top: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .order-white-text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-white-text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .order-white-text {
    margin-top: 0;
  }
}
.order-white-text span {
  color: #ffffff;
}
.order-white-text h2 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 29px;
}
.order-white-text p {
  color: #ffffff;
  margin-right: 126px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .order-white-text p {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-white-text p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .order-white-text p {
    margin-right: 0;
  }
}

.order-img {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .order-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .order-img {
    margin-left: 0;
  }
}
.order-img img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .order-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order-img img {
    width: 100%;
  }
}

.order-01 {
  top: 9%;
  left: 4%;
}

.order-02 {
  top: 14%;
  left: 8%;
}

.order-03 {
  bottom: 13%;
  left: 8%;
}

.order-04 {
  top: 15%;
  right: 40%;
}

.order-05 {
  top: 48%;
  right: 46%;
}

.order-06 {
  bottom: 16%;
  right: 43%;
}

.order-07 {
  top: 19%;
  right: 14%;
}

.order-08 {
  top: 36%;
  right: 7%;
}

.order-09 {
  top: 62%;
  right: 8%;
}

.order-10 {
  bottom: 8%;
  right: 23%;
}

.order-02-wrapper .order-white-text {
  margin-top: 0;
}

.order-video-icon {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-video-icon {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .order-video-icon {
    padding-top: 0;
  }
}
.order-video-icon a {
  font-size: 25px;
  color: #e2321a;
  background: #ffffff;
  height: 150px;
  display: inline-block;
  width: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.order-video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ffffff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
/* 10. gallery */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-padding {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-padding {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .gallery-padding {
    padding-right: 0;
    padding-left: 0;
  }
}

.gallery-shape-img {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: -100%;
  transition: 0.3s;
  opacity: 0;
  z-index: 99;
}

.gallery-wrapper:hover .gallery-shape-img {
  opacity: 1;
  left: 0;
  top: 0;
}

.gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-img &gt; a {
  position: relative;
  display: block;
}
.gallery-img &gt; a img {
  width: 100%;
  transition: 0.3s;
}
.gallery-img &gt; a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #112433;
  opacity: 0.6;
  transition: 0.3s;
  z-index: 1;
}

.gallery-wrapper:hover .gallery-img img {
  transform: scale(1.1);
}

.gallery-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
  padding: 10px;
}
.gallery-text h2 {
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-text h2 {
    font-size: 30px;
  }
}
.gallery-text h2 &gt; a {
  color: #ffffff;
  transition: 0.3s;
}
.gallery-text h2 &gt; a:hover {
  color: #e2321a;
}

.gallery-btn {
  position: absolute;
  bottom: -32px;
  right: 30px;
  z-index: 99;
  transition: 0.3s;
}
.gallery-btn &gt; a {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #112433;
  background: #ecf1df;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(172, 172, 172, 0.31);
  border: 7px solid #ffffff;
  transition: 0.3s;
}

.gallery-wrapper:hover .gallery-btn {
  right: 50%;
  transform: translateX(50%);
}
.gallery-wrapper:hover .gallery-btn &gt; a {
  background: #e2321a;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(226, 50, 26, 0.3);
}

.gallery-02-img {
  overflow: hidden;
}
.gallery-02-img img {
  width: 100%;
  transition: 0.3s;
}

.gallery-02-wrapper:hover .gallery-02-img img {
  transform: scale(1.1);
}

.gallery-02-text {
  position: absolute;
  background: #ffffff;
  padding: 13px 25px 13px 25px;
  bottom: 30px;width: 80%;
}
.gallery-02-text h2 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
}
.gallery-02-text h2 a {
  transition: 0.3;
}
.gallery-02-text h2 a:hover {
  color: #e2321a;
}

.gallery-03-img {
  overflow: hidden;
}
.gallery-03-img &gt; a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.gallery-03-img &gt; a img {
  width: 100%;
  transition: 0.3s;
}
.gallery-03-img &gt; a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #112433;
  opacity: 0.6;
  transition: 0.3s;
  z-index: 1;
}

.gallery-02-wrapper:hover .gallery-03-img img {
  transform: scale(1.1);
}

.gallery-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}
.gallery-content h2 {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .gallery-content h2 {
    font-size: 30px;
  }
}
.gallery-content h2 a {
  transition: 0.3;
}
.gallery-content h2 a:hover {
  color: #e2321a;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .gallery-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .gallery-full {
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery-3-img {
  overflow: hidden;
}
.gallery-3-img img {
  width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.96);
  border-radius: 10px;
  transition: 0.3s;
}

.gallery-03-wrapper:hover .gallery-3-img img {
  transform: scale(1.1);
}

.gallery-03-text {
  margin-top: 34px;
}
.gallery-03-text h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1px;
}
.gallery-03-text h3 a {
  transition: 0.3;
}
.gallery-03-text h3 a:hover {
  color: #e2321a;
}
.gallery-03-text span {
  font-size: 15px;
  font-weight: 400;
  color: #7b8e9d;
}

.gallery-01-img {
  overflow: hidden;
}
.gallery-01-img img {
  width: 100%;
  transition: 0.3s;
}

.gallery-03-wrapper:hover .gallery-01-img img {
  transform: scale(1.1);
}

.gallery-full-text {
  box-shadow: 0px 10px 30px 0px rgba(214, 214, 214, 0.48);
  margin-top: 0;
  padding: 20px 20px 25px;
}

.portfolio-menu button {
  background: rgba(2, 2, 2, 0) none repeat scroll 0 0;
  border: medium none;
  color: #12263E;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 15px;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.3px;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.portfolio-menu button:hover {
  color: #e2321a;
}

.portfolio-menu button.active {
  color: #e2321a;
}

.custom {
  margin: 0 -15px;
}

.gallery-grid-img {
  overflow: hidden;
}
.gallery-grid-img &gt; a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.gallery-grid-img &gt; a img {
  width: 100%;
  transition: 0.3s;
}
.gallery-grid-img &gt; a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #112433;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.gallery-grid-wrapper:hover .gallery-grid-img img {
  transform: scale(1.1);
}

.gallery-grid-wrapper:hover .gallery-grid-img &gt; a::before {
  opacity: 0.6;
}

.gallery-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.3s;
  opacity: 0;
}
.gallery-icon a {
  font-size: 80px;
  color: #ffffff;
  transition: 0.3s;
}
.gallery-icon a:hover {
  color: #e2321a;
}

.gallery-grid-wrapper:hover .gallery-icon {
  opacity: 1;
}

.gallery-details-img img {
  width: 100%;
}

.case-details-info {
  background: #ecf1df;
  padding: 45px 40px 50px 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-details-info {
    padding: 45px 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .case-details-info {
    padding: 45px 20px 50px 20px;
  }
}

.case-details-link li {
  padding-bottom: 10px;
  overflow: hidden;
}
.case-details-link li:last-child {
  padding-bottom: 0;
}

.case-d-info-1 span {
  color: #637786;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  width: 100px;
}

.case-d-info-2 {
  overflow: hidden;
}
.case-d-info-2 span {
  color: #12263E;
  font-weight: 400;
  font-size: 16px;
}

.gallery-video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.gallery-video-icon a {
  font-size: 20px;
  color: #ffffff;
  background: #e2321a;
  height: 80px;
  display: inline-block;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.gallery-video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ffffff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.gallery-02-icon {
  margin-top: 25px;
}
.gallery-02-icon span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #12263E;
  margin-bottom: 9px;
}
.gallery-02-icon a {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  transition: 0.3s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #95998b;
  background: #fff;
}
.gallery-02-icon a:last-child {
  margin-right: 0;
}
.gallery-02-icon a:hover {
  color: #ffffff;
  background: #80c627;
}

/* 11. work */
.work-img {
  transition: 0.3s;
}

.work-wrapper:hover .work-img {
  transform: translateY(-6px);
}

.work-text {
  padding: 0 25px;
}
.work-text h2 {
  font-size: 30px;
  font-weight: 300;
  padding: 0 10px;
  margin-bottom: 11px;
  margin-top: 36px;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .work-text h2 {
    font-size: 26px;
  }
}
.work-text p {
  margin-bottom: 0;
}

.wrok-shape-img {
  position: absolute;
  right: -63px;
  top: 124px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .wrok-shape-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrok-shape-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrok-shape-img {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-pt {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-pt {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .deal-pt {
    padding-top: 130px;
  }
}

.deal-wrapper {
  margin-top: 68px;
  margin-left: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .deal-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}

.deal-content {
  position: absolute;
  left: -386px;
  transform: rotate(-90deg) translateX(25%);
  top: 50%;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-content {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .deal-content {
    display: none;
  }
}
.deal-content h2 {
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.deal-img {
  overflow: hidden;
}
.deal-img img {
  width: 100%;
  transform: 0.3s;
}

.single-deal:hover .deal-img img {
  transform: scale(1.1);
}

.deal-text h2 {
  font-weight: 300;
  font-size: 45px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
.deal-text h2 span {
  color: #e2321a;
}
.deal-text p {
  margin-bottom: 25px;
  margin-right: 33px;
}

.deal-list {
  margin-top: 43px;
  margin-bottom: 46px;
}
.deal-list ul li {
  font-size: 15px;
  color: #7b8e9d;
  padding-bottom: 12px;
  padding-left: 26px;
  position: relative;
  font-weight: 400;
}
.deal-list ul li:last-child {
  padding-bottom: 0;
}
.deal-list ul li::before {
  position: absolute;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  color: #e2321a;
}

.brand-padding {
  margin-left: 205px;
  margin-right: 205px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .brand-padding {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-padding {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .brand-padding {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 12. testimonial */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .clients-pb {
    margin-right: 0;
    margin-left: 0;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .clients-pb {
    margin-right: 0;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients-pb {
    margin-right: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .clients-pb {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.client-bg {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-bg {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .client-bg {
    margin-top: 20px;
  }
}

.clients-img img {
  width: 100%;
}

.single-client {
  transform: translateY(120px);
}

.client-wrapper {
  background: #ffffff;
  overflow: hidden;
  margin-left: 88px;
  padding: 96px 62px 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .client-wrapper {
    margin-left: 0;
    padding: 96px 40px 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client-wrapper {
    margin-left: 0;
    padding: 96px 30px 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-wrapper {
    margin-left: 0;
    padding: 96px 30px 190px;
  }
}
@media (max-width: 767px) {
  .client-wrapper {
    margin-left: 0;
    padding: 96px 15px 80px;
  }
}

.client-text span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #80c627;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .client-text span {
    font-size: 15px;
  }
}
.client-text span i {
  font-size: 45px;
  padding-right: 25px;
}
.client-text h2 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.3px;
  margin-top: 27px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .client-text h2 {
    font-size: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client-text h2 {
    font-size: 43px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-text h2 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .client-text h2 {
    font-size: 32px;
  }
}

.client-say-img {
  float: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .client-say-img {
    font-size: 10px;
  }
}

.client-say-content {
  padding-top: 14px;
  overflow: hidden;
}
.client-say-content h4 {
  font-size: 30px;
  margin-bottom: 4px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .client-say-content h4 {
    font-size: 20px;
  }
}
.client-say-content span {
  color: #e2321a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .client-say-content span {
    font-size: 13px;
  }
}

.test-active button.slick-arrow {
  background: #ecf1df;
  height: 55px;
  width: 55px;
  left: 215px;
  font-size: 18px;
  content: "";
  bottom: 78px;
  transition: 0.3s;
  position: absolute;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #112433;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  z-index: 99;
}
.test-active button.slick-arrow:hover {
  background: #e2321a;
  color: #ffffff;
}
.test-active button.slick-next {
  left: 152px;
}

.test-01 {
  top: 30px;
  right: 40px;
}

.clients-area {
  background-size: cover;
  background-position: center center;
}

.testimonial-img img {
  margin: auto;
  left: 0;
  right: 0;
}

.testimonial-text p {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .testimonial-text p {
    font-size: 25px;
  }
}
.testimonial-text h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}
.testimonial-text span {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.test-02-active button.slick-arrow {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ecf1df;
  padding: 0;
  border-radius: 50%;
  color: #12263E;
  font-size: 18px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -255px;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
}
.test-02-active button.slick-arrow:hover {
  background: #e2321a;
  color: #ffffff;
}
.test-02-active button.slick-next {
  right: -255px;
  left: auto;
}

.test-02-active .slick-dots {
  text-align: center;
  bottom: -100px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

.test-02-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.test-02-active .slick-dots li button {
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 2px solid #615e5c;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}

.test-02-active .slick-dots li.slick-active button {
  border-color: #e2321a;
}

.clients-say-wrapper {
  background: #ffffff;
  padding: 45px;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients-say-wrapper {
    padding: 45px 20px;
  }
}
@media (max-width: 767px) {
  .clients-say-wrapper {
    padding: 45px 20px;
  }
}
.clients-say-wrapper::before {
  position: absolute;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  transform: translateY(-50%);
  color: #ecf1df;
  font-size: 250px;
  right: 0;
  text-align: center;
  opacity: 0.3;
}

.clientss-02-wrapper {
  border: 1px solid #ddd;
}

.client-02-say-img {
  float: left;
  margin-right: 20px;
}

.clients-say-text {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.clients-say-text p {
  color: #12263E;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.3px;
  margin-bottom: 26px;
}

.client-02-say-content {
  padding-top: 5px;
  overflow: hidden;
}
.client-02-say-content h4 {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.client-02-say-content span {
  color: #e2321a;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}

.test-03-active button.slick-arrow {
  background: #ffffff;
  height: 55px;
  width: 55px;
  right: 15px;
  font-size: 18px;
  content: "";
  top: -150px;
  transition: 0.3s;
  position: absolute;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #12263E;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.78);
}
.test-03-active button.slick-arrow:hover {
  background: #e2321a;
  color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(226, 50, 26, 0.78);
}
.test-03-active button.slick-next {
  right: 82px;
}

.test-03-active .slick-dots {
  text-align: center;
  bottom: -100px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

.test-03-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.test-03-active .slick-dots li button {
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 3px solid #cbd0bd;
  background: none;
  cursor: pointer;
}

.test-03-active .slick-dots li.slick-active button {
  border-color: #e2321a;
}

/* 13. blog */
.blog-img {
  position: relative;
}
.blog-img a {
  display: block;
  overflow: hidden;
}
.blog-img a img {
  width: 100%;
  transition: 0.3s;
}

.blog-wrapper:hover .blog-img img {
  transform: scale(1.1);
}

.blog-meta span {
  padding: 0 12px;
}
.blog-meta span &gt; a {
  font-size: 15px;
  color: #7b8e9d;
  font-weight: 400;
}
.blog-meta span i {
  margin-right: 5px;
  color: #e2321a;
}

.blog-text {
  margin-top: 34px;
}
.blog-text h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 21px;
  line-height: 1.3;
  margin-top: 12px;
}
.blog-text h4 &gt; a {
  transition: 0.3s;
}
.blog-text h4 &gt; a:hover {
  color: #e2321a;
}

.news-area {
  background-position: bottom;
  background-repeat: no-repeat;
}

.news-wrapper {
  background: #ecf1df;
  height: 100%;
}

.news-img {
  position: relative;
  height: 100%;
}
.news-img a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.news-img a img {
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
  height: 100%;
}

.single-news:hover .news-img img {
  transform: scale(1.1);
}

.news-text {
  padding: 28px 20px 30px 30px;
}
.news-text h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  line-height: 1.3;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-text h4 {
    font-size: 20px;
  }
}
.news-text h4 &gt; a {
  transition: 0.3s;
}
.news-text h4 &gt; a:hover {
  color: #e2321a;
}

.news-text .blog-meta span {
  padding: 0;
}
.news-text .blog-meta span &gt; a {
  color: #12263E;
}

.news-text .b-button &gt; a {
  color: #12263E;
}
.news-text .b-button &gt; a::before {
  background: #12263E;
}
.news-text .b-button &gt; a:hover {
  color: #e2321a;
}

.news-text .b-button a:hover::before {
  background: #e2321a;
  width: 100%;
}

.blog-standard .blog-text h4 {
  font-size: 30px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard .blog-text h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-standard .blog-text h4 {
    font-size: 24px;
  }
}

.blog-standard .blog-text p {
  padding: 0 39px;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard .blog-text p {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .blog-standard .blog-text p {
    padding: 0;
  }
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 80px;
  border: 1px solid #d7d7d7;
  padding: 0 20px;
  font-size: 18px;
  color: #12263E;
  font-weight: 600;
}
.search-form input::-moz-placeholder {
  font-size: 16px;
  color: #12263E;
}
.search-form input::placeholder {
  font-size: 16px;
  color: #12263E;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #e2321a;
  padding: 0 30px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.search-form button:hover {
  background: #e2321a;
}

.widget {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.widget-2 {
  box-shadow: none;
}

.widget-title {
  font-size: 22px;
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 35px;
  font-weight: 400;
}
.widget-title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #e2321a;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}
.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

button {
  cursor: pointer;
}

.service-list li {
  margin-bottom: 7px;
}
.service-list li a {
  background: #f6f6f6;
  display: block;
  padding: 17px 30px;
  color: #666;
  position: relative;
  font-weight: 400;
}
.service-list li a:hover {
  background: #e2321a;
  color: #ffffff;
}
.service-list li a::before {
  content: "";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Font Awesome 5 Pro";
  color: #666;
  font-size: 18px;
  transition: 0.3s;
}
.service-list li a:hover::before {
  color: #ffffff;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #e2321a;
}
.widget-social-icon a:hover {
  color: #e2321a;
}

.banner-widget img {
  width: 100%;
}

.widget .recent-posts li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}
.widget .recent-posts li:first-child {
  border: 0;
  padding-top: 0;
}
.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 80px;
  height: 80px;

  margin-right: 15px;
}

.widget-posts-body {
  overflow: hidden;
}
.breadcrumb-menu a{ color:#fff}
.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.widget-posts-title a:hover {
  color: #e2321a;
}

.widget-posts-meta {
  font-size: 12px;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}
ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.cat li :last-child {
  padding-bottom: 0;
}
ul.cat li a {
  display: block;
  color: #647589;
}
ul.cat li a:hover {
  color: #e2321a;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}
.social-profile a:hover {
  background: #e2321a;
}

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5f5f5;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #5f5b5b;
  border-radius: 2px;
}
.tag a:hover {
  background: #e2321a;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}
.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-post-tag a:hover {
  color: #ffffff;
  background: #e2321a;
  border-color: #e2321a;
}
.blog-post-tag a:last-child {
  margin-right: 0;
}

.basic-pagination ul {
  display: block;
  margin: 0;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}
.basic-pagination ul li.active a {
  background: #e2321a;
  color: #ffffff;
}
.basic-pagination ul li:hover a {
  background: #e2321a;
  color: #ffffff;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}
.basic-pagination-2 ul li a {
  background: transparent;
  color: #12263E;
  background: #ecf1df;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .basic-pagination-2 ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
.basic-pagination-2 ul li.active a {
  background: #e2321a;
  color: #ffffff;
  border-color: #e2321a;
}
.basic-pagination-2 ul li:hover a {
  background: #e2321a;
  color: #ffffff;
  border-color: #e2321a;
}

.blog-d-img img {
  width: 100%;
}

.blog-details .blog-text p {
  padding: 0;
  margin-bottom: 21px;
}

.post-text blockquote {
  background: none;
  padding: 40px 50px;
  position: relative;
  border-left: 5px solid #e2321a;
  color: #444;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ecf1df;
}
.post-text blockquote p {
  font-size: 23px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 500;
  line-height: 1.3;
}
.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}
.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-post-tag a:hover {
  color: #ffffff;
  background: #e2321a;
  border-color: #e2321a;
}
.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}
.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-share-icon a {
    margin-right: 10px;
  }
}
.blog-share-icon a:hover {
  color: #e2321a;
}
.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.b-author {
  padding: 35px;
  border: 2px solid #e7e7e7;
  border-left: 5px solid #e2321a;
}

@media (max-width: 767px) {
  .b-author {
    padding: 0 30px 44px 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .b-author {
    padding: 20px 30px 44px 30px;
  }
}
.author-img {
  float: left;
}
@media (max-width: 767px) {
  .author-img {
    float: none;
    text-align: center;
  }
}

.author-text {
  overflow: hidden;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .author-text {
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
  }
}
.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.author-text p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
}

.author-icon a {
  font-size: 14px;
  margin-right: 10px;
  transition: 0.3s;
  color: #444;
}
.author-icon a:hover {
  color: #e2321a;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}
.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}
.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}
.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}
.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}
.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}
.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}
.avatar-name span {
  color: #e2321a;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.reply:hover {
  color: #e2321a;
}
.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}
.post-comments-title h2 {
  font-size: 26px;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #ecf1df;
  padding: 50px;
}
.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}
.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}
.conatct-post-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.conatct-post-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.conatct-post-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.conatct-post-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.conatct-post-form button.c-btn {
  border: none;
}

.contact-icon {
  position: relative;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.bakix-navigation span a {
  color: #666;
}
.bakix-navigation span a:hover {
  color: #e2321a;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}
.bakix-navigation h4 a:hover {
  color: #e2321a;
}

.single-brand {
  text-align: center;
}

.slick-slide .single-brand img {
  display: inline-block;
}

/* 14. footer */
.footer-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper {
    margin-left: 0;
  }
}

.footer-title {
  font-size: 24px;
  color: #b4d7f1;
  margin-bottom: 16px;
  font-weight: 500;
  position: relative;
}

.footer-text p {
  color: #799ab3;
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 15px;
}

.footer-content {
  font-size: 20px;
  color: #b4d7f1;
  margin-bottom: 18px;
  font-weight: 500;
}

.footer-icon a {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  transition: 0.3s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #799ab3;
  background: #254157;
}
.footer-icon a:last-child {
  margin-right: 0;
}
.footer-icon a:hover {
  color: #ffffff;
  background: #80c627;
}

.footer-link ul li {
  padding-bottom: 9px;
}
.footer-link ul li:last-child {
  padding-bottom: 0;
}
.footer-link ul li a {
  color: #799ab3;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
}
.footer-link ul li a:hover {
  color: #e2321a;
}

.subscribes-form form {
  position: relative;
}
.subscribes-form form input {
  background: none;
  border-radius: 0;
  height: 55px;
  padding: 0 15px;
  width: 100%;
  color: #799ab3;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #799ab3;
  position: relative;
  border-radius: 5px;
}
.subscribes-form form button {
  position: absolute;
  right: 10px;
  border: none;
  top: 10px;
  padding: 9px 11px;
  cursor: pointer;
  background: #e2321a;
  line-height: 1;
  border-radius: 5px;
  transition: 0.3s;
}
.subscribes-form form button:hover {
  background: #80c627;
}
.subscribes-form form button i {
  color: #ffffff;
  font-size: 14px;
}

.subscribes-form form input::placeholder {
  color: #799ab3;
  font-size: 15px;
  font-weight: 400;
}

.subscribes-form form input::-moz-placeholder {
  color: #799ab3;
  font-size: 15px;
  font-weight: 400;
}

.footer-info {
  font-size: 15px;
  color: #799ab3;
}

.footer-address li {
  overflow: hidden;
  padding-bottom: 19px;
}
.footer-address li:last-child {
  padding-bottom: 0;
}

.footer-address-icon {
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.footer-address-icon i {
  background: #80c627;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
}

.footer-address-text {
  overflow: hidden;
}
.footer-address-text span {
  color: #799ab3;
  font-size: 15px;
  font-weight: 400;
}
.footer-address-text h5 {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.footer-address-text h5 &gt; a {
  color: #b4d7f1;
  transition: 0.3s;
}
.footer-address-text h5 &gt; a:hover {
  color: #e2321a;
}

.footer-info p {
  color: #799ab3;
  margin-bottom: 24px;
}

.footer-news li {
  padding-bottom: 34px;
}

.footer-news-img {
  margin-right: 22px;
}
.footer-news-img a {
  position: relative;
  display: inline-block;
}

.footer-news-icon {
  position: absolute;
  top: -17px;
  right: -10px;
}
.footer-news-icon i {
  height: 40px;
  width: 40px;
  line-height: 34px;
  background: #e2321a;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
}

.footer-news-text {
  overflow: hidden;
}
.footer-news-text h5 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.footer-news-text h5 &gt; a {
  color: #799ab3;
  transition: 0.3s;
}
.footer-news-text h5 &gt; a:hover {
  color: #e2321a;
}

.footer-bottom-area {
  border-top: 2px solid #223d52;
}

.copyright p {
  margin-bottom: 0;
  color: #799ab3;
  font-size: 15px;
}
.copyright p a {
  color: #80c627;
}
@media (max-width: 767px) {
  .copyright p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-bottom-link {
    float: none;
    text-align: center;
  }
}
.footer-bottom-link ul li {
  display: inline-block;
  padding-right: 24px;
}
.footer-bottom-link ul li:last-child {
  padding-right: 0;
}
.footer-bottom-link ul li a {
  font-size: 15px;
  color: #799ab3;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}
.footer-bottom-link ul li a:hover {
  color: #e2321a;
}

.footer-top-area {
  border-bottom: 2px solid #d9decd;
}

.footer-top-link {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .footer-top-link {
    float: none;
    padding-top: 0;
  }
}
.footer-top-link ul li {
  display: inline-block;
  padding-right: 67px;
}
@media (max-width: 767px) {
  .footer-top-link ul li {
    padding-right: 30px;
  }
}
.footer-top-link ul li:last-child {
  padding-right: 0;
}
.footer-top-link ul li a {
  font-size: 17px;
  color: #12263E;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.footer-top-link ul li a:hover {
  color: #e2321a;
}

.footer-2 .footer-title {
  font-size: 20px;
  color: #12263E;
  margin-bottom: 22px;
}

.footer-2 .footer-text p {
  color: #12263E;
  margin-top: 0;
}

.footer-2 .footer-icon a {
  color: #61635a;
  background: #c2c8b4;
  transition: 0.3;
}
.footer-2 .footer-icon a:hover {
  background: #80c627;
  color: #ffffff;
}

.footer-2 .footer-link ul li a {
  color: #12263E;
  transition: 0.3;
}
.footer-2 .footer-link ul li a:hover {
  color: #e2321a;
}

.footer-2 .footer-info p {
  color: #12263E;
}

.footer-02-address li {
  overflow: hidden;
  padding-bottom: 12px;
  position: relative;
}
.footer-02-address li:last-child {
  padding-bottom: 0;
}

.footer-02-address-icon {
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.footer-02-address-icon i {
  font-size: 18px;
  color: #e2321a;
}

.footer-02-address-text {
  overflow: hidden;
}
.footer-02-address-text span {
  color: #12263E;
  font-size: 16px;
  font-weight: 500;
}

.footer-img-list {
  margin: 0 -4px;
}
.footer-img-list li {
  float: left;
  overflow: hidden;
  padding: 4px;
  width: 33.33%;
  position: relative;
}

.footer-img &gt; a {
  position: relative;
  display: block;
}
.footer-img &gt; a::before {
  background: #12263E;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
}
.footer-img &gt; a img {
  width: 100%;
}

.footer-img-list li:hover .footer-img a::before {
  opacity: 0.6;
}

.footer-img-icon &gt; a {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  opacity: 0;
}

.footer-img-list li:hover .footer-img-icon &gt; a {
  opacity: 1;
}

.footer-2 .footer-bottom-area {
  border-top: 2px solid #d9decd;
}

.footer-2 .copyright p {
  color: #12263E;
}

.footer-2 .footer-bottom-link ul li a {
  color: #12263E;
}
.footer-2 .footer-bottom-link ul li a:hover {
  color: #e2321a;
}

.footer-3 .footer-text p {
  color: #7b8e9d;
}

.footer-3 .footer-content {
  color: #12263E;
}

.footer-3 .subscribes-form form input {
  color: #7b8e9d;
  border: 2px solid #ecf1df;
}

.footer-3 .subscribes-form form input::placeholder {
  color: #7b8e9d;
}

.footer-3 .subscribes-form form input::-moz-placeholder {
  color: #7b8e9d;
}

.footer-3 .footer-icon a {
  transition: 0.3s;
  color: #95998b;
  background: #ecf1df;
}
.footer-3 .footer-icon a:hover {
  color: #ffffff;
  background: #80c627;
}

.footer-3 .footer-title {
  color: #12263E;
}

.footer-3 .footer-link ul li a {
  color: #7b8e9d;
  transition: 0.3s;
}
.footer-3 .footer-link ul li a:hover {
  color: #e2321a;
}

.footer-3 .footer-info p {
  color: #7b8e9d;
}

.footer-3 .footer-address-text h5 &gt; a {
  color: #7b8e9d;
  transition: 0.3s;
}
.footer-3 .footer-address-text h5 &gt; a:hover {
  color: #e2321a;
}

.footer-3 .footer-news-text h5 &gt; a {
  color: #7b8e9d;
  transition: 0.3s;
}
.footer-3 .footer-news-text h5 &gt; a:hover {
  color: #e2321a;
}

.footer-3 .footer-bottom-area {
  border-top: 2px solid #ecf1df;
}

.footer-3 .copyright p {
  color: #7b8e9d;
}
.footer-3 .copyright p a {
  color: #e2321a;
}

.footer-3 .footer-bottom-link ul li a {
  color: #7b8e9d;
  transition: 0.3s;
}
.footer-3 .footer-bottom-link ul li a:hover {
  color: #e2321a;
}

/* 15. banner */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-area {
    padding-right: 0;
    padding-left: 0;
  }
}

.banner-img {
  overflow: hidden;
}
.banner-img a img {
  width: 100%;
  transition: 0.3s;
}
.banner-img:hover img {
  transform: scale(1.1);
}

.banner-padding {
  margin-top: -78px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-padding {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-padding {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-padding {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner-padding {
    margin-left: 0;
    margin-right: 0;
  }
}

.banner-bg {
  border: 15px solid #ffffff;
  background: #ffffff;
}

.banner-02-img {
  position: relative;
  overflow: hidden;
}
.banner-02-img &gt; a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.banner-02-img &gt; a img {
  width: 100%;
  transition: 0.3s;
}
.banner-02-img &gt; a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #112433;
  opacity: 0.5;
  transition: 0.3s;
  z-index: 1;
}

.banner-wrapper:hover .banner-02-img img {
  transform: scale(1.1);
}

.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  padding: 20px;
}
.banner-text h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .banner-text h2 {
    font-size: 30px;
  }
}
.banner-text h2 a {
  transition: 0.3s;
}
.banner-text h2 a:hover {
  color: #e2321a;
}
.banner-text p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}

/* 16. counter */
.counter-wrapper {
  position: relative;
}
.counter-wrapper::before {
  position: absolute;
  content: "";
  border: 7px solid #f1f5e7;
  height: 140px;
  width: 70px;
  left: 0;
  top: 0;
  z-index: -1;
}

.counter-text {
  margin-left: 27px;
  padding-top: 28px;
}
.counter-text h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1;
  letter-spacing: -0.3px;
}
.counter-text span {
  font-size: 18px;
  font-weight: 400;
  color: #12263E;
}

.single-counter .counter-text {
  margin-left: 0;
  padding-top: 0;
}

.counter-icon {
  margin-bottom: 23px;
}

/* 17. about */
.about-wrapper {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-wrapper {
    margin-top: 0;
  }
}

.about-img {
  margin-left: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-img img {
    width: 100%;
  }
}

.about-list {
  margin-bottom: 40px;
}
.about-list ul li {
  font-size: 16px;
  color: #333;
  padding-bottom: 17px;
  padding-left: 26px;
  position: relative;
  font-weight: 400;
}
.about-list ul li:last-child {
  padding-bottom: 0;
}
.about-list ul li::before {
  position: absolute;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  color: #80c627;
}

.ab-01 {
  bottom: 7%;
  left: 10%;
  z-index: 9;
}

.ab-02 {
  bottom: 3%;
  right: 0;
}

.about-02-wrapper {
  margin-top: 50px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-02-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-02-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about-02-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
}
.about-02-wrapper .about-list ul li {
  color: #12263E;
}

.ab-03 {
  top: 18%;
  left: 47%;
}

.ab-04 {
  top: 0;
  right: 15%;
}

.about-us-img {
  margin-left: 36px;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-img {
    margin-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-img {
    margin-left: 0;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .about-us-img {
    margin-left: 0;
    padding-right: 0;
  }
}
.about-us-img img {
  width: 100%;
}

.about-us-text {
  position: absolute;
  right: 4px;
  bottom: 50px;
  background: #ffffff;
  padding: 16px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about-us-text {
    right: 0;
    bottom: 10px;
    padding: 10px;
  }
}

.about-info {
  background: #223c50;
  padding: 34px 37px;
  position: relative;
  border-radius: 5px;
  z-index: 9;
}
@media (max-width: 767px) {
  .about-info {
    padding: 22px 22px;
  }
}
.about-info::before {
  position: absolute;
 
  font-family: "Flaticon";
  top: 50%;
  color: #a1d55f;
  font-size: 135px;
  line-height: 1;
  left: 0;
  right: 0;
 
  z-index: -1;
}
.about-info h2 {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.about-info span {
  color: #12263E;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.8;
}

.single-about-us {
  margin-top: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-about-us {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-us {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .single-about-us {
    margin-top: 0;
    margin-left: 0;
  }
}

.about-us-02-wrapper {
  padding-left: 100px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-us-02-wrapper {
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-02-wrapper {
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-02-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-us-02-wrapper {
    margin-top: 0;
    padding-left: 0;
  }
}
.about-us-02-wrapper::before {
  position: absolute;
  height: 612px;
  width: 370px;
  content: "";
  border: 20px solid #f5f8ee;
  left: -135px;
  top: 76px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-us-02-wrapper::before {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-02-wrapper::before {
    left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-02-wrapper::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-us-02-wrapper::before {
    display: none;
  }
}

.about-us-02-img img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-02-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-02-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-02-img img {
    width: 100%;
  }
}

.about-us-02-text {
  right: 50px;
  bottom: -75px;
}

.skills-iteam {
  margin-top: 55px;
}
.skills-iteam li {
  padding-bottom: 35px;
  overflow: hidden;
}
.skills-iteam li:last-child {
  padding-bottom: 0;
}

.progress-circular input {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1;
  color: #12263E !important;
}

.skills-info {
  overflow: hidden;
}
.skills-info h3 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .skills-info h3 {
    font-size: 20px;
  }
}
.skills-info p {
  margin-bottom: 0;
}

.ab-05 {
  top: 7%;
  left: 2%;
}

.ab-06 {
  bottom: 26%;
  left: 4%;
  z-index: 9;
}

.ab-07 {
  bottom: 11%;
  right: 0;
}

.ab-08 {
  top: -19%;
  left: 3%;
}

.ab-09 {
  bottom: 11%;
  left: 4%;
}

.skill-area {
  background-size: cover;
  background-position: center center;
}

.progress-bar-text {
  overflow: hidden;
}

.bar-title h4 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 17px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.progress-bar span {
  font-size: 24px;
  margin-top: -62px;
  color: #ffffff;
  font-weight: 400;
}

.progress-bar {
  background-color: #80c627;
  text-align: right;
  border-radius: 0 10px 10px 0;
}

.progress {
  border-radius: 10px;
  height: 12px;
  overflow: visible;
  background: #39556c;
}

.skill-img {
  margin-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .skill-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .skill-img {
    margin-left: 0;
  }
}
.skill-img img {
  width: 100%;
}

/* 18. contact */
.contact-us-area {
  background-size: cover;
  background-position: center center;
  margin-left: 210px;
  margin-right: 210px;
  margin-top: -210px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .contact-us-area {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-us-area {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-area {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-us-area {
    margin-left: 0;
    margin-right: 0;
  }
}

.map-wrapper iframe {
  height: 650px;
  width: 100%;
  border: 0;
}

.conatct-address-wrapper {
  background: #223c50;
  padding: 40px 40px 67px;
  position: relative;
  transition: 0.3s;
}
.conatct-address-wrapper::before {
  position: absolute;
  content: "";
  font-family: "Flaticon";
  top: 50%;
  color: #1d3548;
  font-size: 180px;
  line-height: 1;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.conatct-address-wrapper:hover {
  transform: translateY(-6px);
}

.mpas::before {
  content: "";
}

.mails::before {
  content: "";
}

.contact-address-icon {
  margin-bottom: 18px;
  position: relative;
  z-index: 9;
}
.contact-address-icon i {
  background: #80c627;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
}

.conatct-address-wrapper:hover .contact-address-icon i {
  background-color: #e2321a;
}

.contact-address-text {
  position: relative;
  z-index: 9;
}
.contact-address-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.contact-address-text h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 7px;
  letter-spacing: -0.3px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-address-text h3 {
    font-size: 20px;
  }
}
.contact-address-text h3::before {
  position: absolute;
  content: "";
  background: #1b344a;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 40px;
  bottom: -17px;
}

.contacts-us-wrapper {
  border: 3px solid #223c50;
  padding: 80px 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-us-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 767px) {
  .contacts-us-wrapper {
    padding: 40px 15px;
  }
}

.contacts-us-form input {
  border: 3px solid transparent;
  background: #223c50;
  height: 80px;
  margin-bottom: 30px;
  padding: 0 28px;
  width: 100%;
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}
.contacts-us-form textarea {
  border: 3px solid transparent;
  background: #223c50;
  height: 200px;
  margin-bottom: 30px;
  padding: 28px;
  width: 100%;
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}

.contacts-us-form input:focus {
  border-color: #e2321a;
  background: none;
}

.contacts-us-form textarea:focus {
  border-color: #e2321a;
  background: none;
}

.contacts-us-form input::-moz-placeholder {
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}

.contacts-us-form input::placeholder {
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}

.contacts-us-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}

.contacts-us-form textarea::placeholder {
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}

.contacts-us-form-button button.c-btn {
  border: none;
}

.contacts-us-icon {
  position: relative;
}

.contacts-us-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 25px;
  color: #93b2ca;
  top: 30px;
}

.contactss-us-message::after {
  content: "";
}

.contactss-us-name::after {
  content: "";
}

.contactss-us-email::after {
  content: "";
}

.contactss-us-website::after {
  content: "";
}

.contactss-us-subject::after {
  content: "";
}

.instant-shop-img {
  margin-top: 30px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .instant-shop-img {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instant-shop-img {
    margin-top: 140px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instant-shop-img {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .instant-shop-img {
    margin-top: 0;
    margin-left: 0;
  }
}
.instant-shop-img img {
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .instant-shop-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instant-shop-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instant-shop-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .instant-shop-img img {
    width: 100%;
  }
}

.shop-us-form input {
  border: 2px solid #e2321a;
  background: #ffffff;
  height: 70px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  color: #12263E;
  font-weight: 500;
}
.shop-us-form textarea {
  border: 2px solid #e2321a;
  background: #ffffff;
  height: 167px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  font-size: 18px;
  color: #12263E;
  font-weight: 500;
}

.shop-us-form input::-moz-placeholder {
  font-size: 18px;
  color: #12263E;
  font-weight: 500;
}

.shop-us-form input::placeholder {
  font-size: 18px;
  color: #12263E;
  font-weight: 500;
}

.shop-us-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #93b2ca;
  font-weight: 400;
}

.shop-us-form textarea::placeholder {
  font-size: 18px;
  color: #12263E;
  font-weight: 500;
}

.shop-us-form-button button.c-btn {
  border: none;
}

.contacts-icon {
  position: relative;
}

.contacts-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  right: 20px;
  color: #12263E;
  top: 19px;
}

.shop-message::after {
  content: "";
}

.shop-name::after {
  content: "";
}

.shop-email::after {
  content: "";
}

.shop-website::after {
  content: "";
}

.shop-subject::after {
  content: "";
}

/* 19. history */
.history-img img {
  border: 10px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0px 10px 60px 0px rgba(167, 172, 152, 0.9);
}

.history-text {
  margin-top: 30px;
}
.history-text span {
  font-family: "kaushan";
  font-size: 24px;
  font-weight: 400;
  color: #e2321a;
  font-style: italic;
}
.history-text h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: 2px;
}
.history-text p {
  margin-bottom: 16px;
}

.history-btn &gt; a {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #112433;
  background: #ecf1df;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(172, 172, 172, 0.31);
  border: 7px solid #ffffff;
  transition: 0.3s;
}

.history-wrapper:hover .history-btn a {
  color: #ffffff;
  background: #e2321a;
}

.history-01 {
  top: -8%;
  left: 1%;
}

.history-02 {
  bottom: 10%;
  left: 0;
}

.history-03 {
  top: 0;
  right: 3%;
}

.history-04 {
  bottom: 0;
  right: 4%;
}

/* 20. team */
.team-img img {
  width: 100%;
  transition: 0.3s;
}

.team-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #80c627;
  opacity: 0;
  transition: 0.3s;
  opacity: 0;
}

.team-wrapper:hover .team-img::before {
  opacity: 0.4;
}

.team-icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -19px;
  transition: 0.3s;
  opacity: 0;
}
.team-icon a {
  font-size: 15px;
  color: #ffffff;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #254157;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.team-icon a:hover {
  background: #80c627;
  color: #ffffff;
}

.team-wrapper:hover .team-icon {
  opacity: 1;
}

.team-view {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -19px;
  transition: 0.3s;
  opacity: 1;
}
.team-view i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #e2321a;
  font-size: 15px;
  text-align: center;
  box-shadow: 0px 10px 30px 0px rgba(167, 172, 152, 0.9);
  border-radius: 50%;
  background: #ffffff;
}

.team-wrapper:hover .team-view {
  opacity: 0;
}

.team-text {
  margin-top: 38px;
}
.team-text h3 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 500;
}
.team-text span {
  color: #e2321a;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.team-active button.slick-arrow {
  background: #ecf1df;
  height: 55px;
  width: 55px;
  right: 15px;
  font-size: 18px;
  content: "";
  top: -150px;
  transition: 0.3s;
  position: absolute;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #12263E;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}
.team-active button.slick-arrow:hover {
  background: #e2321a;
  color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(226, 50, 26, 0.78);
}
.team-active button.slick-next {
  right: 82px;
}

.team-active .slick-dots {
  text-align: center;
  bottom: -100px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

.team-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.team-active .slick-dots li button {
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 3px solid #cbd0bd;
  background: none;
  cursor: pointer;
}

.team-active .slick-dots li.slick-active button {
  border-color: #e2321a;
}

/* 21. faq */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .faq-wrapper {
    margin-left: 0;
  }
}

.faq-img {
  overflow: hidden;
}
.faq-img img {
  width: 100%;
  transition: 0.3s;
}
.faq-img img:hover {
  transform: scale(1.1);
}

.faq-box .btn-link {
  display: block;
  font-size: 18px;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  padding: 20px 30px;
}

.faq-box .btn-link {
  border: 2px solid #e2321a;
  color: #e2321a;
  border-radius: 5px;
}

.faq-box .btn-link.collapsed {
  border: 2px solid #ececec;
  color: #12263E;
}

.faq-box .card-header {
  padding: 0;
  border-bottom: 0;
  background: none;
  border-radius: 0;
}

.faq-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 16px;
}

.faq-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 0;
  border-bottom: 0;
  padding-bottom: 13px;
  border-top: 0;
  padding-top: 18px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 40px;
  background: none;
}

.faq-box .card-body p {
  margin: 0;
}

.faq-box .btn-link.collapsed::before {
  content: "";
  color: #12263E;
}

.faq-box .btn-link::before {
  content: "";
  position: absolute;
  right: 24px;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: #e2321a;
  text-align: center;
  top: 20px;
}
@media (max-width: 767px) {
  .faq-box .btn-link::before {
    right: 15px;
    top: 22px;
  }
}

.faq-video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.faq-video-icon a {
  font-size: 24px;
  color: #e2321a;
  background: #ffffff;
  height: 135px;
  display: inline-block;
  width: 135px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.faq-video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ffffff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

.ab-01 {
	bottom: 7%;
	left: 10%;
	z-index: 1;
}
.grey-bg{background:#000c34}
/*# sourceMappingURL=main.css.map */
</pre></body></html>